home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / multimed / cdmax153 / CDmax.exe / 0 / RCDATA / TFRMDUPL / TFRMDUPL.txt
Text File  |  1998-06-12  |  2KB  |  71 lines

  1. object frmDupl: TfrmDupl
  2.   Left = 280
  3.   Top = 189
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Selection list'
  7.   ClientHeight = 257
  8.   ClientWidth = 337
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object btnCancel: TButton
  19.     Left = 15
  20.     Top = 220
  21.     Width = 75
  22.     Height = 25
  23.     Caption = '&Cancel'
  24.     ModalResult = 2
  25.     TabOrder = 1
  26.   end
  27.   object btnSelect: TButton
  28.     Left = 246
  29.     Top = 220
  30.     Width = 75
  31.     Height = 25
  32.     Caption = '&Select'
  33.     ModalResult = 1
  34.     TabOrder = 2
  35.     OnClick = btnSelectClick
  36.   end
  37.   object lbxSelection: TListBox
  38.     Left = 15
  39.     Top = 60
  40.     Width = 306
  41.     Height = 153
  42.     ItemHeight = 13
  43.     TabOrder = 0
  44.     OnDblClick = lbxSelectionDblClick
  45.   end
  46.   object mmoDescription: TMemo
  47.     Left = 15
  48.     Top = 8
  49.     Width = 305
  50.     Height = 41
  51.     TabStop = False
  52.     BorderStyle = bsNone
  53.     Color = clBtnFace
  54.     Lines.Strings = (
  55.       'The CDDB does not have an exact match for this CD,'
  56.       'listed below are possible matches reported by the remote server,'
  57.       'if one matches Select it, if not press Cancel')
  58.     ReadOnly = True
  59.     TabOrder = 3
  60.     WordWrap = False
  61.   end
  62.   object inoDupl: TIniOut
  63.     Items.Strings = (
  64.       'frmDupl;Left;0;Software\Tisdale\CDmax\frmDupl;Left;1;0'
  65.       'frmDupl;Top;0;Software\Tisdale\CDmax\frmDupl;Top;1;0')
  66.     RegistryRoot = CURRENT_USER
  67.     Left = 104
  68.     Top = 224
  69.   end
  70. end
  71.